Parameter value types
This list describes types of parameters that can be used for dynamic configuration.
Connector Call
Perform a lookup or query using an application connector to return one or more values. The output parameter represents the field from the operation response to return as the overall parameter value. The input parameters allow you to provide values for the operation's inputs/filters.
Refer to Connector Operation components for more information.
Also refer to Connector Operations, filters, and parameter values for how operation inputs work.
Cross Reference Lookup
Retrieve a value from a Cross Reference Table component given one or more inputs.
Refer to Cross Reference Tables for more information.
Current Data
Insert the entire current document's data.
Date/Time
Choose a date/time value.
-
Date Mask — Choose or specify the format for the date value.
-
Date Type:
-
Current Date — The current system date/time.
-
Relative Date — The current system date/time offset by the specified calculation. You can set it plus or minus (+/-) n seconds, minutes, hours, days, weeks, months or years.
-
Last Run Date — The date/time when the given process was last executed. This value is updated every time the process executes, whether successfully or not. The value is represented in the local time of the machine where the Runtime is installed (as opposed to GMT/UTC time). If the process has not been run before, this value defaults to 12/31/1969 19:00:00.
-
Last Successful Run Date — The date/time when the given process was last executed successfully. This value is only updated when the process finishes execution without an error. The value is represented in the local time of the machine where the Runtime is installed (as opposed to GMT/UTC time).
-
Document Cache Lookup
Used to query the selected Document Cache component, by cache index(es) and key(s). Specify an output parameter and parameter value(s) for the key(s). You can output a single field from a single document.
This parameter value can be used in the following steps: Connector (on the Parameters tab), Decision, Exception, Message, Notify, Program Command and Set Properties.
Document Property
Retrieve the value of a standard or dynamic document property, such as document file name, Cleanse step result message, or application status code.
Refer to Document Properties for more information.
Dynamic Process Property
Retrieve the value of a dynamic process property. Be sure the name matches the name of the property as it was created.
Refer to Dynamic Process Properties for more information.
Execution Property
Retrieve the value of an execution property, such as account ID, Runtime ID, execution ID, or document count.
Refer to Execution Properties for more information.
Process Property
Retrieve the value of a process property. Be sure the name matches the name used when setting the property. Optionally enter a default value if the process property does not exist or is blank.
Refer to Process Properties for more information.
MIME Property
Retrieve the value of a MIME property, such as Content-Type and Name. Be sure the value name matches the name used when setting a custom MIME property.
Refer to MIME Properties for more information.
Profile Element
Use a value from a field in the current document. Choose a profile type, then select the profile and element to use.
Sequential Value
Create and reference a counter that automatically increments with every execution.
-
Key Name — An arbitrary, unique name for the counter. If a key name is not specified, a globally unique identifier (GUID) is assigned.
-
Fix To Length — The length of the sequential value to be returned. The value will be padded with zeros (0's) to the specified length.
Counter values for a Runtime, Runtime cluster, or Runtime cloud can be viewed and reset in the Counters panel in Manage > Runtime Management.
SQL Statement
Return the result of a user-defined database SQL statement, typically a SELECT statement. The statement call itself can use parameters (from profiles, tracked properties, etc.) to dynamically specify query criteria.
-
Output Column — The column number of the query results to return as the output parameter.
-
Cache Values? — Store the results of the query in cache (temporary memory) for improved performance.
- For the Parameter value modal (SQL Statement type), the list box rendering behavior is specific to the Safari browser and is a known, previously documented browser limitation.
Static
Provide a hard-coded value.
Stored Procedure
Return the result of a database stored procedure. The stored procedure call itself can use parameters (from profiles, tracked properties, etc.) to dynamically specify query criteria.
-
Output Column — The column number of the stored procedure results to return as the output parameter.
-
Cache Values — Store the results in cache (temporary memory) for improved performance.
Unique Value
Use a system-generated number to guarantee uniqueness. The length of the number varies.